ServiceGetConversationItems Method (IListConversationRequest) |
Gets the conversation items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ConversationItemResponse> GetConversationItems(
IList<ConversationRequest> conversationRequests
)
Public Function GetConversationItems (
conversationRequests As IList(Of ConversationRequest)
) As IList(Of ConversationItemResponse)
Parameters
- conversationRequests
- Type: System.Collections.GenericIListConversationRequest
The conversation requests.
Return Value
Type:
IListConversationItemResponseIList{ConversationItemResponse}.
See Also